All of the e-mailing is handled by the server.
The client only sends the info to be e-mailed.

The http.Post is handled by the server. All of the configurations (to include php file location and e-mails) are stored on the server and never sent to the clint. Early versions of this script stored that data in a shared state.